home *** CD-ROM | disk | FTP | other *** search
- object foJThumbnails: TfoJThumbnails
- Left = 201
- Top = 114
- Width = 383
- Height = 290
- Caption = 'Thumbnail display of image files'
- Color = clBackground
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Menu = mmJMenu
- OnActivate = FormActivate
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object sbJStatus: TStatusBar
- Left = 0
- Top = 225
- Width = 375
- Height = 19
- Panels = <
- item
- Width = 70
- end
- item
- Width = 150
- end
- item
- Width = 250
- end>
- SimplePanel = False
- end
- object sgJImages: TStringGrid
- Left = 29
- Top = 8
- Width = 323
- Height = 205
- Hint = 'Thumbnail images of image files'
- ColCount = 3
- DefaultColWidth = 100
- DefaultRowHeight = 100
- FixedCols = 0
- RowCount = 2
- FixedRows = 0
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine]
- ParentShowHint = False
- ScrollBars = ssVertical
- ShowHint = True
- TabOrder = 1
- Visible = False
- OnDrawCell = sgJImagesDrawCell
- OnKeyUp = sgJImagesKeyUp
- OnMouseUp = sgJImagesMouseUp
- end
- object edJTemp: TEdit
- Left = 0
- Top = 200
- Width = 25
- Height = 21
- TabOrder = 2
- Visible = False
- end
- object mmJMenu: TMainMenu
- object mmJFile: TMenuItem
- Caption = '&File'
- object mmJOpen: TMenuItem
- Caption = 'Select &Image files'
- OnClick = mmJOpenClick
- end
- object mmJCopy: TMenuItem
- Caption = '&Copy filename to clipboard'
- OnClick = mmJCopyClick
- end
- object mmJLine1: TMenuItem
- Caption = '-'
- end
- object mmJExit: TMenuItem
- Caption = 'E&xit'
- Default = True
- OnClick = mmJExitClick
- end
- end
- end
- object odJOpen: TOpenDialog
- DefaultExt = 'bmp'
- Filter =
- 'All image files (*.bmp, *.jpeg, *.jpg)|*.bmp;*.jpeg;*.jpg|BMP fi' +
- 'les (*.bmp)|*.bmp|JPEG files (*.jpeg, *.jpg)|*.jpeg;*.jpg'
- Options = [ofReadOnly, ofHideReadOnly, ofAllowMultiSelect, ofFileMustExist]
- Title = 'Open image files'
- Top = 32
- end
- end
-